Description:
With the event recording feature, user can create ad hoc events to add to the script.
Note: This feature is currently supported for Android & iOS devices only.
Following are instructions how to use this feature.
Event Recording on Android (using your fingers on the physical device)
Event Recording on iOS (using the mouse on the device's screen).
Swipe action is a special action since it usually used as a scroll operation.
Silk Mobile is aware of this and therefore swipe action may be interpreted in several different manners.
For recording in uninstrumented mode:
One or more swipes followed by a click on an item X will be interpreted as swipeWhileNotFound item X and a Click command on item X.
N swipe/s on same axis and then K swipe/s on diffrent axis and then click on item X will be interpreted as :
N swipe/s.
swipeWhileNotFound item X.
Click on item X.
For recording in instrumented mode:
Swipe/s followed by a click on an item X will be interpreted to the following command :
listSelect (on the list that contain item X) .
click on item X
N horizontal swipe/s and then K vertical swipe/s and then click on item X will be interpreted as :
N horizontal swipe/s.
K vertical swipe/s .
Click on item X.